Class sjl.wrappers.FuncTextReaderLong
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncTextReaderLong

java.lang.Object
   |
   +----sjl.wrappers.FuncTextReaderLong

public class FuncTextReaderLong
extends Object
implements Function1
FuncTextReaderLong is a function object designed for reading objects of type Long from a DataInputStream. Each call to this object will read a line from the stream which is then converted into an object of type Long. Objects of this class is used by the InputStreamIterator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncTextReaderLong()

Method Index

 o perform(Object)
Create a object of type Long and initialize it with the next Long read from the argument stream.

Constructors

 o FuncTextReaderLong
  public FuncTextReaderLong()

Methods

 o perform
  public Object perform(Object stream)
Create a object of type Long and initialize it with the next Long read from the argument stream. An entire line is read in. The return value is ignored.
Parameters:
stream - The DataInputStream.

All Packages  Class Hierarchy  This Package  Previous  Next  Index